[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                        * Re: Colors   *

      Several global color variables are used by the functions. These are:
                c_normcol       -       For normal input/output
                c_normmenu      -       For normal 'menu to' operations
                c_popcol        -       For popup box colors
                c_popmenu       -       For popup box menus

      All are of the format "f/b,f/b,,,f/b"  (f-foreground b-background)

      The function INITCOL() will set these colors, and is called if they
      have not already been set.

      The function SETCOLORS() allows interactive setting of these colors.

      The variables are stored in COLORS.MEM - which is created if needed.

      I normally start a program off with -

                initsup()
                or
                initcol()

      - although the functions will automatically call these if they have not
      already been called.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson